Properties of the component can be set by the following ways :
  
1> Select the component and right click on it to get a pop up menu
from where if "Property" menuitem is selected,the property window
comes on the screen having two kinds of properties.
  
a. Visual Properties.
b. Validation properties.
  
Visual properties :
*******************
  
These properties help to fix the following properties of the
components :
  
*  Name - specifies the name of the component.
*  Value / Caption - specifies the value or caption of the
component(label or Button).
*  X - pos. specifies the x coordinate of the component on
the screen.
*  Y -pos. specifies the Y coordinate of the component on
the screen.
*  Width  - specifies the width of the component.
  
Validation properties :
***********************
  
These properties are set to validate following :
                    
* Required - Yes/No.
* Visible - True/False. 
* Data type  - All/Text/Numeric/Date.
* Range - if the data type is numeric specify the Min and Max values.
* Enabled  - True/False.
* Check digit - True /False.
* Password? - Yes/No.
  
Dependency :
------------
  
* Parent? - Whether the field is to be made parent of any other field
or not.If "Yes" is selected then the field becomes parent field.
* ChildTo - Whether the field is to be made child of any parent field
or not.
  
2> Enter the proper values for the visual and validation properties
as explained above and click on "OK" button to save the changes and
return back to the OCM user interface.